simetrix.SetComponentValueResult

class simetrix.SetComponentValueResult

Bases: object

Return value from SetComponentValue() and GetComponentValue() methods.

Methods

Attributes

instance

Instance that was interrogated or/and modified.

message

Debug error message.

parameter

Parameter or property that was modified or fetched.

path

Full path of hierarchical schematic that contained the part that was processed.

status

Status code.

value

Component value.

property instance: Element

Instance that was interrogated or/and modified.

property message: set

Debug error message. This has more detailed information than the error code.

property parameter: str

Parameter or property that was modified or fetched.

property path: str

Full path of hierarchical schematic that contained the part that was processed.

property status: SetComponentValueStatus

Status code.

property value: str

Component value.